home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / ny_src.zip / FIGHTS.H < prev    next >
Text File  |  1996-08-28  |  1KB  |  36 lines

  1. void    fight_ops(user_rec *cur_user);
  2. //char    fight(int expert);
  3. void    attack_ops(user_rec *user_on);
  4. void    p_attack_ops(user_rec *user_on, int *nCurrentUserNumber);
  5. void    p_fight_ops(user_rec *cur_user,int *user_num);
  6. //char    p_fight(int expert);
  7. void    online_fight_a(int *user_num, user_rec *user_on, int enm_num);
  8. void    online_fight(int *user_num, user_rec *user_on, int enm_num);
  9. void    fgc(int *enm_num, int *user_num);
  10. int    event_gen(user_rec *user_on);
  11. int    len_format(char str[]);
  12. void    ny_send_file(char filename[]);
  13. char    ny_send_menu(menu_t menu,char allowed[],int onscreen=0);
  14. void    ny_get_index(void);
  15. void    ny_line(int line,int before,int after);
  16. void    any_attack_ops(user_rec *user_on, char fight_name[], char en_name[], long en_hitpoints, long en_strength, long en_defense, weapon en_arm);
  17.  
  18.  
  19.  
  20. //char    attack();
  21. //int     attack_points();
  22. //int    monster_hit();
  23. //int    random(); in ny2008.h and .cpp
  24. //void    attack_sequence();
  25. double  what_arm_force(weapon zbran);
  26. double  what_drug_force_a(drug_type droga,int high);
  27. double  what_drug_force_d(drug_type droga,int high);
  28. void    copfight_ops(user_rec *cur_user);
  29. //char    copfight(int expert);
  30. void    copattack_ops(user_rec *user_on);
  31. //char    copattack();
  32. char     cop_list(void);
  33. void    print_cop(int num);
  34. //char    evil(int expert);
  35. void    evil_ops(user_rec *cur_user);
  36.